For experienced developers on EVM-based blockchains, our lightweight Ethereum library, SequenceEthereum, tailored for Unity, offers essential tools without the complexity of popular libraries like Nethereum.
Tasks
can fail silently when throwing exceptions - making debugging difficult when not wrapping calls in try catch blocks.
EthTransaction
, contains all the data and parameters for an EVM transaction. The object is used for initiating its RLP encoding (transactions must be signed and RLP encoded when submitted).
Note that all transactions are encoded with a chain id included to protect against replay attacks, see EIP-155.